home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / MSmooth.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  3KB  |  44 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="MSmooth">
  4.   <description />
  5.   <filters>
  6.     <filter name="MSmooth" category="Spatial Smoothers" helpfile="msmooth" type="clip">
  7.       <description>This filter is effective at removing mosquito noise as well as effectively smoothing flat areas in anime. </description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>rgb</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="threshold" type="int" default="15" max="255" min="0" step="0" optional="True" paramList="False">
  18.           <description>This parameter determines what is detected as detail and thus preserved.   To see what detail areas will be preserved, use the 'mask' parameter.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="Strength" type="int" default="3" max="25" min="0" step="0" optional="True" paramList="False">
  22.           <description>This is the number of iterations of a 3x3 averaging blur to be performed on the areas to be smoothed. It is applied only to the non-detail areas as determined by the  'threshold' parameter, and smoothing does not cross image detail. The filter becomes much slower as the strength is raised.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="highq" type="bool" default="true" max="0" min="0" step="0" optional="True" paramList="False">
  26.           <description>When set to true, a higher quality but slightly slower detail detection algorithm is used.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="mask" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>When set to true, the areas to be preserved are shown. Use this to set the level of detail to be preserved.</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  34.           <description>This parameter overlays debug output on the output frame. Currently, only the filter version is output.</description>
  35.           <items />
  36.         </parameter>
  37.         <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  38.           <description>This parameter enables debug output to the DebugView utility. Currently, only the filter version is output.</description>
  39.           <items />
  40.         </parameter>
  41.       </parameters>
  42.     </filter>
  43.   </filters>
  44. </plugin>